home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / PATH.TXT < prev    next >
Encoding:
Text File  |  1985-03-27  |  1.1 KB  |  23 lines

  1. <<<<<<<<<<<<<<<<<<<<<             PATH            >>>>>>>>>>>>>>>>>>>>>
  2.  
  3. PURPOSE:  Causes specified directories to be searched for commands or
  4. batch files that are not in the current directory.
  5.  
  6. ;    PATH \               ...   Establishes a path for commands and
  7. ;                               batch files in the ROOT directory
  8. ;                               of the default disk drive.
  9.  
  10. ;    PATH C:\DOSFILES     ...   Establishes a path for commands and
  11. ;                               batch files located in the directory
  12. ;                               DOSFILES on Drive C.
  13.  
  14. ;    PATH A:\PROGRAM;C:\  ...   Establishes a path for both \PROGRAM
  15. ;                               on Drive A and the ROOT directory (\)
  16. ;                               on Drive C.  The ';' (semicolon) is
  17. ;                               used to separate each specification 
  18. ;                               in the list.
  19.  
  20. ;    PATH                 ...   Displays the path names that were
  21. ;                               specified on a previous PATH command.
  22. ###
  23.